KeyedCollection.notify

Notifies this which property changed and sets containsChanges to true. This also emits a signal with the property name that changed and the key to it in this collection.

mixintemplate KeyedCollection(T)
final
void
notify
()

Parameters

propertyName string

the property name that changed

item_key key_type

the items key that changed

Meta